home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / ixemul / sdk / man / cat5 / rpc.0 < prev    next >
Encoding:
Text File  |  1998-06-15  |  2.2 KB  |  64 lines

  1.  
  2. RPC(5)                     UNIX Programmer's Manual                     RPC(5)
  3.  
  4. NNAAMMEE
  5.      rrppcc - rpc program number data base
  6.  
  7. DDEESSCCRRIIPPTTIIOONN
  8.      The rrppcc file contains user readable names that can be used in place of
  9.      rpc program numbers.  Each line has the following information:
  10.  
  11.            name of server for the rpc program
  12.            rpc program number
  13.            aliases
  14.  
  15.      Items are separated by any number of blanks and/or tab characters.  A
  16.      ``#'' indicates the beginning of a comment; characters up to the end of
  17.      the line are not interpreted by routines which search the file.
  18.  
  19. EEXXAAMMPPLLEESS
  20.      Here is an example of the _/_e_t_c_/_r_p_c file from the Sun RPC Source distribu-
  21.      tion.
  22.  
  23.            #
  24.            # rpc 88/08/01 4.0 RPCSRC; from 1.12   88/02/07 SMI
  25.            #
  26.            portmapper      100000  portmap sunrpc
  27.            rstatd          100001  rstat rstat_svc rup perfmeter
  28.            rusersd         100002  rusers
  29.            nfs             100003  nfsprog
  30.            ypserv          100004  ypprog
  31.            mountd          100005  mount showmount
  32.            ypbind          100007
  33.            walld           100008  rwall shutdown
  34.            yppasswdd       100009  yppasswd
  35.            etherstatd      100010  etherstat
  36.            rquotad         100011  rquotaprog quota rquota
  37.            sprayd          100012  spray
  38.            3270_mapper     100013
  39.            rje_mapper      100014
  40.            selection_svc   100015  selnsvc
  41.            database_svc    100016
  42.            rexd            100017  rex
  43.            alis            100018
  44.            sched           100019
  45.            llockmgr        100020
  46.            nlockmgr        100021
  47.            x25.inr         100022
  48.            statmon         100023
  49.            status          100024
  50.            bootparam       100026
  51.            ypupdated       100028  ypupdate
  52.            keyserv         100029  keyserver
  53.            tfsd            100037
  54.            nsed            100038
  55.            nsemntd         100039
  56.  
  57. FFIILLEESS
  58.      _/_e_t_c_/_r_p_c
  59.  
  60. SSEEEE AALLSSOO
  61.      getrpcent(3)
  62.  
  63. BSD Experimental              September 26, 1985                             1
  64.